/* Support Page Specific Styles */

.hero-content-support {
    margin: 0 auto 10px;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.contact-section {
    margin: 0 auto;
    padding: 2rem 0;
}

.contact-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 1rem;
    text-align: left;
}

.contact-section ul {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.contact-section ul li {
    margin-bottom: 0.5rem;
}

/* Contact Card Styles - matching privacy/terms pages */
.contact-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    margin: 32px auto;
    width: 100%;
    text-align: center;
}

.contact-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1f2937;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.contact-info span {
    font-size: 20px;
    line-height: 1.6;
    color: #4b5563;
}

.contact-info a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* FAQ Section Styles */
.faq-content {

}

.faq-content .container {
    margin: 0 auto;
    padding: 0 2rem;
}

.faq-category {
    margin-bottom: 3rem;
}

.category-header {
    text-align: left;
    margin-bottom: 2rem;
}

.category-title {
    font-size: 1.8rem;
    color: #333;
    margin: 0;
}

/* Button styles for FAQ link */
.btn-secondary {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #f7f7f7;
    color: #333;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #e8e8e8;
    transform: translateY(-2px);
}

/* Contact section styling */
.contact-info {
    margin: 0 auto;
    text-align: center;
}